Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-1059 | GEN006200 | SV-64063r1_rule | Medium |
Description |
---|
If the smbpasswd file has a mode more permissive than 0600, the smbpasswd file may be maliciously accessed or modified, potentially resulting in the compromise of Samba accounts. |
STIG | Date |
---|---|
Oracle Linux 5 Security Technical Implementation Guide | 2018-03-01 |
Check Text ( C-52477r1_chk ) |
---|
Check the mode of files maintained using "smbpasswd". Procedure: # ls -lL /etc/samba/passdb.tdb /etc/samba/secrets.tdb If a "smbpasswd" maintained file has a mode more permissive than 0600, this is a finding. |
Fix Text (F-54591r2_fix) |
---|
Change the mode of the files maintained through smbpasswd to 0600. Procedure: # chmod 0600 /etc/samba/passdb.tdb /etc/samba/secrets.tdb |